PDF4Java Reference Documentation
com.o2sol.pdf4java.core.encodings Package / PDFCmapFactory Interface / getCmap Method
Name of Cmap to get
In This Topic
    getCmap Method
    In This Topic
    Gets the cmap with the specified name.
    Syntax
    PDFCmap getCmap( 
       java.lang.String cmapName
    )

    Parameters

    cmapName
    Name of Cmap to get

    Return Value

    The actual cmap implementation.
    See Also